home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_1054 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  117 b   |  11 lines

  1. duh += _currentframe;
  2. stopAllSounds();
  3. if(cheat == "bosses")
  4. {
  5.    gotoAndStop(1154);
  6. }
  7. else
  8. {
  9.    play();
  10. }
  11.